dhcpv4: dhcpv4_lease() - clarify which variables are requests
authorDavid Härdeman <[email protected]>
Wed, 8 Oct 2025 15:50:47 +0000 (17:50 +0200)
committerÁlvaro Fernández Rojas <[email protected]>
Sat, 25 Oct 2025 15:09:32 +0000 (17:09 +0200)
commit0900202c27543f1ae81ce99a18cd3fd145966c0f
tree0bbd4bfa80556b5741503103642468f659715c44
parent2c1e6e7c3ebf7255c4c48fda75007a4ddee979eb
dhcpv4: dhcpv4_lease() - clarify which variables are requests

By consistently using the "req_" prefix, it's clearer which variables
relate to things the client has requested or which come from the client
request.

Signed-off-by: David Härdeman <[email protected]>
Link: https://github.com/openwrt/odhcpd/pull/286
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
src/dhcpv4.c